Running Pythons in Windows

by K. Yue

1. Organizing Windows for Python Development

Command Prompt

Project Directory

Working Directory

2. Running Python in Windows

2.1 Python Interpreter

set path=C:\Python311;%path%
python

2.2 Python IDLE

Running Python Program

python helloworld.py